Einhugur Word Plugin for Xojo

TableStylePart.Border Method

Returns border info object of given type for the table style part.

Border(
   type as EinhugurWord.BorderParts) as EinhugurWord.TableBorder

Parameters

type
The type of border to request.

Returns

EinhugurWord.TableBorder
Border object of requested type. Object is always returned no matter if table has border or not.

Remarks

See Also

TableStylePart Class